Welcome![Sign In][Sign Up]
Location:
Search - chain code

Search list

[Firewall-Securityfirelogd-1.3

Description: Firewall Log Daemon是一个用C编写的程序,它实时监视IP链或IP表日志警告。程序将启动一个小型后台监控进程,通过读取由系统日志写的FIFO来分析和解决防火墙日志。它可以查询一批警告,并将它们用邮件发送给你,或是由一个脚本用来处理现存的日志文件或数据流。它的功能有主机名,端口,协议,和ICMP类型/代码检查,可以由用户定义模板来格式化输出-Firewall Log daemon is a C preparation procedures, which real-time monitoring of IP or IP chain warned log table. Procedures will launch a small background monitoring process through the system log read from the FIFO write to analyze and solve firewall log. It can find a number of warnings, and use them to send mail to you, or from a script to handle the existing log file or data stream. It is the function of host name, port, protocol, and ICMP type / code inspection, by the user-defined templates to format output
Platform: | Size: 115194 | Author: 张光强 | Hits:

[Other resource链表实现用户对数据针对每个人的管理

Description: 是一种数据结构的编程代码,程序实现一块链表的管理每个人资料-is a data structure of the programming code, procedures to achieve a Chain Management everyone information
Platform: | Size: 1959 | Author: 陈云 | Hits:

[Otherc-algorithm-set

Description: c语言的经典算法源代码!其中包含数据结构中很多重要的算法,还有链表&树等多种常用算法的应用-classical algorithm source code! Data structure which contains many important algorithms, Chain & trees and other commonly used algorithm application
Platform: | Size: 245039 | Author: 张维成 | Hits:

[Windows DevelopKoSMSGateWay_Pro36

Description: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。 创建一个链表类(List),链表类可实现如下功能: 创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。 创建一个操作类(Operater),操作类实现如下功能: 显示菜单,操作链表。-use a single linked list to achieve the procedural requirements of each node-Chain store a student information. Create a Chain category (List), objectlist can achieve the following functions : Create List, insert nodes, the nodes to delete, edit nodes, nodes showed that the preservation Chain information and other functions, read features such as data files (see detailed description of the source code). The creation of a category of operation (Operater), the operation to achieve the following functional categories : display menu, operation List.
Platform: | Size: 1281768 | Author: 路国年 | Hits:

[GUI Develop找零系统

Description: 一个简单的找零系统的案例,自己看吧哈哈仓库管理系统简介 仓储在企业的整个供应链中起着至关重要的作用,如果不能保证正确的进货和库存控制及发货,将会导致管理费用的增加,服务质量难以得到保证,从而影响企业的竞争力。传统简单、静态的仓储管理已无法保证企业各种资源的高效利用。如今的仓库作业和库存控制作业已十分复杂化多样化,仅靠人工记忆和手工录入,不但费时费力,而且容易出错,给企业带来巨大损失。使用条码管理系统,对仓-a simple Change System case, ion battery Haha Warehouse Management System in enterprise storage throughout the supply chain plays a critical role, if not guarantee the right purchase and inventory control and shipping, will lead to an increase in management fees, the quality of service can not be guaranteed, affect the competitiveness of enterprises. Traditional simple, static storage management has been unable to ensure that enterprises of various resources used efficiently. Today's warehouse operations and inventory control operations have been very complicated to diversify, relying on the artificial memory and manual input, not only time-consuming, but easy to make mistakes, to cause huge losses for businesses. The use of bar code management system for warehouse
Platform: | Size: 2135 | Author: 李杰 | Hits:

[OS programkilster

Description: 利用挂钩线程调度链表来检测进程的代码。基本能查出当前所有Rootkit隐藏的进程。系统编程爱好者必下。-use of thread scheduling Chain link to the code detection process. Basic can be detected all current Rootkit hidden process. System programming enthusiasts certainly under.
Platform: | Size: 492838 | Author: 黄芸乐 | Hits:

[Communication编程论坛-用C简单编写通讯录源代码(经典)申请加精

Description: 用C简单编写通讯录源代码(经典)申请加精 通讯录的源代码(用链表实现)-prepared with a simple C source code directory (classic) for inclusion in the intensive increase in the source code (with Chain achieved)
Platform: | Size: 11557 | Author: yeyong | Hits:

[CSharpa_b

Description: 简单C++代码:体育比猜+圆周率+菱形+单链表+共用体等~供初学者学习-simple C code : sports than guess pi rhombus-Chain shared sports for beginners learning ~
Platform: | Size: 2742 | Author: zw | Hits:

[Other resourcexishujuzenh

Description: 稀疏矩阵 1、 应用程序 直接可以实现矩阵的各项操作。 2、 查看原代码VC++6.0打开“稀疏矩阵\\creatematrix.dsp”或者用记事本打开“稀疏矩阵\\creatematrix.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 十字链表:矩阵的结构体:matnode; 三元组顺序:矩阵结构体:tsmat 4、ADT在文件夹“稀疏矩阵”里 -a sparse matrix, the application can be achieved directly by the matrix operation. 2, VC View 6.0 source code open "Sparse Matrix \\ creatematrix.dsp" or use Notepad to open the "sparse matrix \\ creatematrix.cpp" 3, code simple note : this program is a project file contains a sequence of two chain with a number of approaches : Cross Chain : the structure of the matrix : matnode; Triples order : the structure matrix : tsmat 4, ADT in the folder "Sparse Matrix"
Platform: | Size: 16384 | Author: wgz | Hits:

[Other resourceduoxiangsih

Description: 1、 应用程序 直接可以实现多项式的各项操作。 2、 查看原代码VC++6.0打开“多项式\\poly88.dsp”或者用记事本打开“多项式\\poly88.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 链表存储结构:多项式类是polynomail,节点类是polynelem; 顺序存储结构:多项是结构体是Ploynomial,节点类是term。 4、 注:在运行应用程序\"多项式.exe\"时,在菜单上选链式存储与顺序存储的系数和指数的输入的 顺序是不同的,请根据提示输入系数与指数。 5、ADT在文件夹“多项式”里-1, applications can be achieved directly in the operation of polynomials. 2, VC View 6.0 source code open "polynomial \\ poly88.dsp" or use Notepad to open the "polynomial \\ poly88.cpp" 3, code simple note : this program is a project file contains a sequence of two chain with a number of approaches : Listless Storage Structure : polynomial is the polynomail, polynelem node category; sequence storage structure : the structure of a number of Ploynomial, node is the term. 4 Note : running applications "polynomial. Exe "at the election menu sequence chain storage and storage coefficient and the index of input sequence is different, according to suggest input coefficient and index. 5, ADT in the folder "polynomial" Lane
Platform: | Size: 71582 | Author: wgz | Hits:

[Other resourceyiyaoguanli

Description: 连锁药店管理是一个新兴的行业,此代码可以对药店管理系统,深入编程-drugstore chain management is an emerging industry, this code can pharmacy management system, in-depth programming
Platform: | Size: 429506 | Author: tanboyuan | Hits:

[Other resourcedata_struct(C)

Description: C语言数据结构源代码,包括队列,栈和链表等。-C language source code for data structure, including the queue, stack and other Chain.
Platform: | Size: 14580 | Author: david | Hits:

[Other resourcedata_structC++

Description: C++数据结构源代码及算法实现说明,包括链表、树、队列和栈等。-C + + source code for data structure and algorithm description, including Chain, trees and Queue and stack.
Platform: | Size: 93669 | Author: david | Hits:

[Console11LinkList

Description: 链表的源代码,分为带头节点的链表,不带头节点的链表。-Chain source code into the lead in the linked list node, the node does not take the lead List.
Platform: | Size: 10342 | Author: 李乘风 | Hits:

[CSharpmyMAKOV.C

Description: 这是马尔可夫链的原代码,可以用C语言实现-Markov chain is the original code, you can use C language! !
Platform: | Size: 2122 | Author: 小曼 | Hits:

[Other resourcelianbiao_tongxulu

Description: c语言,通讯录的源代码(用链表实现),是本人在课程实践是完成的.指点指点-c language, the source code directory (using chain achieved), in the course of my practice is completed. Instruct the instructions
Platform: | Size: 2029 | Author: luojun | Hits:

[JSP/JavaMatrixDynamicMulti

Description: 用动态规划实现矩阵链乘的java代码-Dynamic Programming Matrix chain by the java code.
Platform: | Size: 1070 | Author: andy | Hits:

[Graph Recognizecircle_hough

Description: 路标识别,模式识别大作业,圆形检测;检测彩色路标,直方图均衡化,提取圆形路标,增强提取目标,二值化,提取路标中的指示图,中值滤波,平滑滤波,图像边框处理,链码生成及识别(The road sign recognition, pattern recognition operations, circle detection; detection of color signs, histogram equalization, extracting circular signs, enhanced extraction of the target, binarization, map and extract landmarks in median filtering, image smoothing, frame processing, chain code generation and recognition)
Platform: | Size: 1024 | Author: 夕研 | Hits:

[Otherfreeman-chain-code-master

Description: 对图像进行描边,并得到他的FREEMAN编码(Stroking the image, and get his FREEMAN encoding)
Platform: | Size: 600064 | Author: zhaoliang123 | Hits:

[Otherupload

Description: full code to generate the code for markov chain and the code for generating EESA model for wireless sensor network
Platform: | Size: 48128 | Author: cloudaddict | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »

CodeBus www.codebus.net